3.1958 \(\int \frac{d+e x}{(a d e+(c d^2+a e^2) x+c d e x^2)^{3/2}} \, dx\)

Optimal. Leaf size=50 \[ -\frac{2 (d+e x)}{\left (c d^2-a e^2\right ) \sqrt{x \left (a e^2+c d^2\right )+a d e+c d e x^2}} \]

[Out]

(-2*(d + e*x))/((c*d^2 - a*e^2)*Sqrt[a*d*e + (c*d^2 + a*e^2)*x + c*d*e*x^2])

________________________________________________________________________________________

Rubi [A]  time = 0.0249906, antiderivative size = 50, normalized size of antiderivative = 1., number of steps used = 1, number of rules used = 1, integrand size = 35, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.029, Rules used = {636} \[ -\frac{2 (d+e x)}{\left (c d^2-a e^2\right ) \sqrt{x \left (a e^2+c d^2\right )+a d e+c d e x^2}} \]

Antiderivative was successfully verified.

[In]

Int[(d + e*x)/(a*d*e + (c*d^2 + a*e^2)*x + c*d*e*x^2)^(3/2),x]

[Out]

(-2*(d + e*x))/((c*d^2 - a*e^2)*Sqrt[a*d*e + (c*d^2 + a*e^2)*x + c*d*e*x^2])

Rule 636

Int[((d_.) + (e_.)*(x_))/((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(3/2), x_Symbol] :> Simp[(-2*(b*d - 2*a*e + (2*c*
d - b*e)*x))/((b^2 - 4*a*c)*Sqrt[a + b*x + c*x^2]), x] /; FreeQ[{a, b, c, d, e}, x] && NeQ[2*c*d - b*e, 0] &&
NeQ[b^2 - 4*a*c, 0]

Rubi steps

\begin{align*} \int \frac{d+e x}{\left (a d e+\left (c d^2+a e^2\right ) x+c d e x^2\right )^{3/2}} \, dx &=-\frac{2 (d+e x)}{\left (c d^2-a e^2\right ) \sqrt{a d e+\left (c d^2+a e^2\right ) x+c d e x^2}}\\ \end{align*}

Mathematica [A]  time = 0.0146645, size = 39, normalized size = 0.78 \[ -\frac{2 (d+e x)}{\left (c d^2-a e^2\right ) \sqrt{(d+e x) (a e+c d x)}} \]

Antiderivative was successfully verified.

[In]

Integrate[(d + e*x)/(a*d*e + (c*d^2 + a*e^2)*x + c*d*e*x^2)^(3/2),x]

[Out]

(-2*(d + e*x))/((c*d^2 - a*e^2)*Sqrt[(a*e + c*d*x)*(d + e*x)])

________________________________________________________________________________________

Maple [A]  time = 0.044, size = 58, normalized size = 1.2 \begin{align*} 2\,{\frac{ \left ( cdx+ae \right ) \left ( ex+d \right ) ^{2}}{ \left ( a{e}^{2}-c{d}^{2} \right ) \left ( cde{x}^{2}+a{e}^{2}x+c{d}^{2}x+ade \right ) ^{3/2}}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((e*x+d)/(a*d*e+(a*e^2+c*d^2)*x+c*d*e*x^2)^(3/2),x)

[Out]

2*(c*d*x+a*e)*(e*x+d)^2/(a*e^2-c*d^2)/(c*d*e*x^2+a*e^2*x+c*d^2*x+a*d*e)^(3/2)

________________________________________________________________________________________

Maxima [F(-2)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Exception raised: ValueError} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((e*x+d)/(a*d*e+(a*e^2+c*d^2)*x+c*d*e*x^2)^(3/2),x, algorithm="maxima")

[Out]

Exception raised: ValueError

________________________________________________________________________________________

Fricas [A]  time = 3.13993, size = 130, normalized size = 2.6 \begin{align*} -\frac{2 \, \sqrt{c d e x^{2} + a d e +{\left (c d^{2} + a e^{2}\right )} x}}{a c d^{2} e - a^{2} e^{3} +{\left (c^{2} d^{3} - a c d e^{2}\right )} x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((e*x+d)/(a*d*e+(a*e^2+c*d^2)*x+c*d*e*x^2)^(3/2),x, algorithm="fricas")

[Out]

-2*sqrt(c*d*e*x^2 + a*d*e + (c*d^2 + a*e^2)*x)/(a*c*d^2*e - a^2*e^3 + (c^2*d^3 - a*c*d*e^2)*x)

________________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{d + e x}{\left (\left (d + e x\right ) \left (a e + c d x\right )\right )^{\frac{3}{2}}}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((e*x+d)/(a*d*e+(a*e**2+c*d**2)*x+c*d*e*x**2)**(3/2),x)

[Out]

Integral((d + e*x)/((d + e*x)*(a*e + c*d*x))**(3/2), x)

________________________________________________________________________________________

Giac [B]  time = 1.22509, size = 147, normalized size = 2.94 \begin{align*} -\frac{2 \,{\left (\frac{{\left (c d^{2} e - a e^{3}\right )} x}{c^{2} d^{4} - 2 \, a c d^{2} e^{2} + a^{2} e^{4}} + \frac{c d^{3} - a d e^{2}}{c^{2} d^{4} - 2 \, a c d^{2} e^{2} + a^{2} e^{4}}\right )}}{\sqrt{c d x^{2} e + a d e +{\left (c d^{2} + a e^{2}\right )} x}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((e*x+d)/(a*d*e+(a*e^2+c*d^2)*x+c*d*e*x^2)^(3/2),x, algorithm="giac")

[Out]

-2*((c*d^2*e - a*e^3)*x/(c^2*d^4 - 2*a*c*d^2*e^2 + a^2*e^4) + (c*d^3 - a*d*e^2)/(c^2*d^4 - 2*a*c*d^2*e^2 + a^2
*e^4))/sqrt(c*d*x^2*e + a*d*e + (c*d^2 + a*e^2)*x)